Add: fyaronskiy/english_code_retriever results#296
Merged
Samoed merged 2 commits intoembeddings-benchmark:mainfrom Oct 10, 2025
Merged
Add: fyaronskiy/english_code_retriever results#296Samoed merged 2 commits intoembeddings-benchmark:mainfrom
Samoed merged 2 commits intoembeddings-benchmark:mainfrom
Conversation
6 tasks
Model Results ComparisonReference models: Results for
|
| task_name | fyaronskiy/english_code_retriever | google/gemini-embedding-001 | intfloat/multilingual-e5-large | Max result |
|---|---|---|---|---|
| AppsRetrieval | 0.0804 | 0.9375 | 0.3255 | 0.9463 |
| COIRCodeSearchNetRetrieval | 0.7423 | 0.8106 | nan | 0.8951 |
| CodeEditSearchRetrieval | 0.3534 | 0.8161 | 0.5038 | 0.8161 |
| CodeFeedbackMT | 0.4401 | 0.5628 | 0.4278 | 0.9370 |
| CodeFeedbackST | 0.5779 | 0.8533 | 0.7426 | 0.9067 |
| CodeSearchNetCCRetrieval | 0.4271 | 0.8469 | 0.7783 | 0.9635 |
| CodeSearchNetRetrieval | 0.8655 | 0.9133 | 0.8412 | 0.9397 |
| CodeTransOceanContest | 0.6068 | 0.8953 | 0.7403 | 0.9496 |
| CodeTransOceanDL | 0.3516 | 0.3147 | 0.3128 | 0.4419 |
| CosQA | 0.2556 | 0.5024 | 0.348 | 0.5218 |
| DS1000Retrieval | 0.3242 | 0.6870 | nan | 0.6897 |
| FreshStackRetrieval | 0.183 | 0.3979 | 0.2519 | 0.4438 |
| HumanEvalRetrieval | 0.7182 | 0.9910 | nan | 0.9945 |
| MBPPRetrieval | 0.7207 | 0.9416 | nan | 0.9416 |
| StackOverflowQA | 0.5653 | 0.9671 | 0.8889 | 0.9717 |
| SyntheticText2SQL | 0.4279 | 0.6996 | 0.5307 | 0.7875 |
| WikiSQLRetrieval | 0.8792 | 0.8814 | nan | 0.9608 |
| Average | 0.5011 | 0.7658 | 0.5576 | 0.8298 |
Samoed
reviewed
Oct 10, 2025
| @@ -0,0 +1 @@ | |||
| {"name": "fyaronskiy/english_code_retriever", "revision": "be653fab7d27a7348a0c2c3d16b9f92a7f10cb0c", "release_date": null, "languages": [], "n_parameters": null, "memory_usage_mb": null, "max_tokens": null, "embed_dim": null, "license": null, "open_weights": true, "public_training_code": null, "public_training_data": null, "framework": ["Sentence Transformers"], "reference": null, "similarity_fn_name": "cosine", "use_instructions": null, "training_datasets": null, "adapted_from": null, "superseded_by": null, "is_cross_encoder": null, "modalities": ["text"], "loader": null} No newline at end of file | |||
Member
There was a problem hiding this comment.
Can you update your model meta with what you've submited in PR?
Samoed
approved these changes
Oct 10, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add results on MTEB(Code, v1), RTEB(Code, beta), CoIR benchmarks
mteb/models/this can be as an API. Instruction on how to add a model can be found here